auto merge of #247 : alexcrichton/cargo/extern-myself-please, r=carllerche
authorbors <bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000 (00:59 +0000)
committerbors <bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000 (00:59 +0000)
The test and bin executables weren't getting the correct --extern flags when
tested and built, so the names were conflicting. This passes --extern for the
local crate to ensure the right crate is picked up.


Trivial merge